home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
mus
/
edit
/
OctamedSS1.03c.lha
/
Soundstudio
/
Rexx
/
omed.lha
/
rexx
/
mstart.omed
< prev
next >
Wrap
Text File
|
1996-06-02
|
290b
|
8 lines
/* Range - Mark Start*/
ed_getcurrline var currline
ed_getcurrtrack var currtrack
'rn_setrange starttrack' currtrack 'startline' currline 'endtrack' currtrack 'endline' currline
if ~open("rn_begin","T:rn_begin.omedtemp",W) then exit
call writeln("rn_begin",currline)
call close("rn_begin")